﻿@charset "utf-8";
/* CSS 全局元素样式*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, input, textarea, p{padding:0;margin:0;}






img{border:none 0;}

input, select, img{vertical-align:middle;}


.mc{ margin-left:auto; margin-right:auto;}



/*end css初始化*/
.indexMain{ width:962px; background:#fff; padding:5px 25px 20px;}
.flashBanner{width:100%;height:520px;overflow:hidden;margin-bottom:12px;position:relative;}
.flashBanner .bigImg{width:100%;height:520px;}
.flashBanner .thumb{height:100px;background: url(tbg.png);text-align:center;position:absolute;left:0;bottom:0px;width:100%}
* html .flashBanner .thumb{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="tbg.png");background:none;}
.flashBanner .thumb img{vertical-align:middle;margin-right:10px;cursor:pointer; width:150px; height:80px; margin-top:10px;}
.flashBanner .thumb img.show{ border:2px solid #fff;}
.topNews{ border:1px solid #cdcdcd;border-top:4px solid #0078bf; line-height:40px; position:relative; padding-left:10px; height:40px; overflow:hidden;}
.topNews a{ color:#0077c3;}
.topNews .weibo{ position:absolute; right:20px; top:0; font-size:14px; font-weight:bold;}
.topNews .weibo a{ color:#4e4e4e; display:inline-block;line-height:40px;}
.topNews .weibo img{ vertical-align:middle; margin-left:10px;}

.zw{ line-height:30px; padding:15px 0; min-height:350px;color:#555555; font-size:14px;}
.zw a:link{ color:#555555; }
.zw a:visited{ color:#555;}
.zw a:hover{ color:#FF6205;}
.zw a:active{color:#555555;}
.zw img{
 max-width:100%;

 width:expression(document.body.clientWidth>100%?"100%":"auto");

}

.xiaocms-page a { display:inline-block; height:22px; line-height:22px; background: #E9E9E9; border:1px solid #e3e3e3; text-align:center; color: #999; padding:0 10px;/* margin-left: 1px; */margin-left: 4px;/* border: 2px solid; */  border-radius: 5px;  -moz-border-radius:25px; /* Old Firefox */}
.xiaocms-page a:hover { background: #64AADE; color: #fff; text-decoration:none; }
.xiaocms-page span { display:inline-block; height:22px;padding:0 10px; line-height:22px; background: #64AADE; border: 1px solid #64AADE; color:#fff; text-align:center;margin-left: 1px; border-radius: 5px;}